-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: add kdump over NFS #3922
base: main
Are you sure you want to change the base?
Conversation
/hold |
/retest |
3750b7d
to
1746052
Compare
ah, I got excited because I saw dracut 105 got in stable but I forgot we pinned the previous version because it broke multipath tests... still waiting I guess |
/retest |
This way we have good coverage of most-used kdump features. Some context on the NFS kdump configuration: coreos/fedora-coreos-tracker#1729 This was previously merged in [1] then reverted in [2] because the nfs server container was not multi-arch, causing the pipeline to trip on it. It's also not functionning on systemd256 (so anything f41 and above), see [3] This requires coreos#3917 for the multi-arch container, and coreos#3921 [1] coreos@b10d8dc [2] coreos@af1468c [3] rhkdump/kdump-utils#52
1746052
to
683600f
Compare
rebased. The test pass on a rawhide build which have dracut 105, so we just need to wait for testing-devel to rebase to F42 content. |
This should happen next week so we won't have to wait long. |
This was previously merged in [1] then reverted in [2] because the nfs
server container was not multi-arch, causing the pipeline to trip on it.
It's also not functionning on systemd256 (so anything f41 and above),
see [3]
This requires #3917 for
the multi-arch container, and
#3921
[1] b10d8dc
[2] af1468c
[3] rhkdump/kdump-utils#52